'宣言 Public Overloads Sub CopyTo( _ ByVal array() As NumericGaugeToolTickmark, _ ByVal arrayIndex As Integer _ )
public void CopyTo( NumericGaugeToolTickmark[] array, int arrayIndex )
例外 | 解説 |
---|---|
System.ArgumentNullException | The exception that is thrown when a null reference (Nothing in Visual Basic) is passed to a method that does not accept it as a valid argument. |
System.ArgumentOutOfRangeException | arrayIndex は 0 以下です。 |
System.ArgumentException | 配列は多次元です。または、ソース System.Collections.Generic.ICollection の要素数は、arrayIndex から格納先の配列使用可能なスペースより大きくなります。または、Type T はに自動的にキャストできません。 |